home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat4 / fstab.z / fstab
Text File  |  1998-10-30  |  40KB  |  793 lines

  1.  
  2.  
  3.  
  4. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      fstab - static information about filesystems
  10.  
  11. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  12.      The file /_e_t_c/_f_s_t_a_b describes the filesystems and swapping partitions
  13.      used by the local machine.  The system administrator can modify it with a
  14.      text editor.  It is read by commands that mount, unmount, and check the
  15.      consistency of filesystems.  The file consists of a number of lines of
  16.      the form:
  17.  
  18.           _f_i_l_e_s_y_s_t_e_m  _d_i_r_e_c_t_o_r_y  _t_y_p_e  _o_p_t_i_o_n_s  _f_r_e_q_u_e_n_c_y  _p_a_s_s
  19.  
  20.      For example:
  21.  
  22.           /dev/root   /   xfs   rw  0 0
  23.  
  24.      Fields are separated by white space; a `#' as the first non-white space
  25.      character indicates a comment.
  26.  
  27.      The entries from this file are accessed using the routines in
  28.      _g_e_t_m_n_t_e_n_t(3), which return a structure of the following form:
  29.  
  30.           struct mntent {
  31.                char    *mnt_fsname;    /* filesystem name */
  32.                char    *mnt_dir;       /* filesystem path prefix */
  33.                char    *mnt_type;      /* e.g. xfs, nfs, proc, or ignore */
  34.                char    *mnt_opts;      /* rw, ro, hard, soft, etc. */
  35.                int     mnt_freq;       /* dump frequency, in days */
  36.                int     mnt_passno;     /* parallel fsck pass number */
  37.           };
  38.  
  39.      This structure is defined in the <_m_n_t_e_n_t._h> include file.  To compile and
  40.      link a program that calls _g_e_t_m_n_t_e_n_t(3), follow the procedures for section
  41.      (3Y) routines as described in _i_n_t_r_o(3).
  42.  
  43.      The _m_n_t__d_i_r field is the full pathname of the directory to be mounted on.
  44.      The _m_n_t__t_y_p_e field determines how the _m_n_t__f_s_n_a_m_e and _m_n_t__o_p_t_s fields are
  45.      interpreted.  Here is a list of the filesystem types currently supported,
  46.      and the way each of them interprets these fields:
  47.  
  48.      xxxxffffssss       _m_n_t__f_s_n_a_m_e must be a block special device (for example,
  49.                /_d_e_v/_r_o_o_t) or a logical volume.
  50.  
  51.      eeeeffffssss       _m_n_t__f_s_n_a_m_e must be a block special device (for example,
  52.                /_d_e_v/_r_o_o_t) or a logical volume.
  53.  
  54.      pppprrrroooocccc      _m_n_t__f_s_n_a_m_e should be the /_p_r_o_c directory.  See _p_r_o_c(4).
  55.  
  56.      ffffdddd        _m_n_t__f_s_n_a_m_e should be the /_d_e_v/_f_d directory.  See _f_d(4).
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  71.  
  72.  
  73.  
  74.      hhhhwwwwggggffffssss     _m_n_t__f_s_n_a_m_e should be the /_h_w directory.  See _h_w_g_f_s(4).
  75.  
  76.      nnnnffffssss       _m_n_t__f_s_n_a_m_e is the path on the server of the directory to be
  77.                served.  (NFS option only).
  78.  
  79.      ccccddddffffssss      A synonym for type iiiissssoooo9999666666660000 (see below).  This type is required
  80.                for MIPS ABI compliance.
  81.  
  82.      iiiissssoooo9999666666660000   _m_n_t__f_s_n_a_m_e formerly was a generic SCSI device.  With 6.2 plus
  83.                patches, or later releases, it is the volume partition of the
  84.                raw disk (for example, /_d_e_v/_r_d_s_k/_d_k_s_0_d_7_v_o_l).  See _d_s(7M).  This
  85.                filesystem type is used to mount CD-ROM discs in ISO 9660 (with
  86.                or without Rock Ridge extensions) and High Sierra formats.
  87.                _e_o_e._s_w._c_d_r_o_m must be installed in order to use the iiiissssoooo9999666666660000
  88.                filesystem type.
  89.  
  90.      ddddoooossss       _m_n_t__f_s_n_a_m_e is normally a floppy device, or other removable
  91.                media using the disk driver.  These are located in the
  92.                directory /_d_e_v/_r_d_s_k (for example, /_d_e_v/_r_d_s_k/_f_d_s_0_d_2._3._5).  See
  93.                _d_k_s_c(7M) and _s_m_f_d(7M).
  94.  
  95.      hhhhffffssss       _m_n_t__f_s_n_a_m_e must be either a floppy device or a raw disk device.
  96.                Floppy devices are located in the directory /_d_e_v/_r_d_s_k (for
  97.                example, /_d_e_v/_r_d_s_k/_f_d_s_0_d_2._3._5_h_i).  See _s_m_f_d(7M).  Raw disk
  98.                devices are located in the directory /_d_e_v/_r_d_s_k (for example,
  99.                /_d_e_v/_r_d_s_k/_d_k_s_0_d_4_v_o_l).  See _d_s(7M).
  100.  
  101.      sssswwwwaaaapppp      _m_n_t__f_s_n_a_m_e should be the full pathname to the file or block
  102.                device to be used as a swap resource.
  103.  
  104.      ccccaaaacccchhhheeeeffffssss   _m_n_t__f_s_n_a_m_e should be the filesystem name for the backing
  105.                filesystem to be mounted as a cache filesystem.  This will
  106.                either be the special filename (for example, /_d_e_v/_d_s_k/_d_k_s_0_d_4_s_7)
  107.                or _h_o_s_t:_p_a_t_h.
  108.  
  109.      rrrraaaawwwwddddaaaattttaaaa   _m_n_t__f_s_n_a_m_e may be the block/char special device of the
  110.                partition or logical volume to reserve (_m_n_t__d_i_r is ignored).
  111.                This entry enables the system utilities (for example, _m_k_f_s,
  112.                _m_o_u_n_t, and so on) to treat the raw partition or logical volume
  113.                as 'mounted', preventing the partition from inadvertently being
  114.                overwritten.  Any packages that require dedicated raw
  115.                partitions (databases and so on) should consider placing a
  116.                rrrraaaawwwwddddaaaattttaaaa entry in _f_s_t_a_b(4).
  117.  
  118.      If the _m_n_t__t_y_p_e is specified as iiiiggggnnnnoooorrrreeee, then the entry is ignored.  This
  119.      is useful to show disk partitions not currently used.  _m_n_t__f_r_e_q is not
  120.      used in current IRIX systems.
  121.  
  122.      _m_n_t__p_a_s_s_n_o can be used to control the behavior of parallel filesystem
  123.      checking on bootup, see _f_s_c_k(1M).
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  137.  
  138.  
  139.  
  140.      The _m_n_t__o_p_t_s field contains a list of comma-separated option words.  Some
  141.      _m_n_t__o_p_t_s are valid for all filesystem types, while others apply to a
  142.      specific type only.
  143.  
  144.      Options valid on all filesystems (the default is rrrrwwww) are:
  145.  
  146.      rrrrwwww        Read/write.
  147.  
  148.      rrrroooo        Read-only.
  149.  
  150.      nnnnooooaaaauuuuttttoooo    Ignore this entry during a _m_o_u_n_t ----aaaa command, to allow the
  151.                definition of _f_s_t_a_b entries for commonly-used filesystems that
  152.                should not be automatically mounted.
  153.  
  154.      ggggrrrrppppiiiidddd     Causes a file created within the filesystem to have the group
  155.                ID of its parent directory, not the creating process's group
  156.                ID.
  157.  
  158.      nnnnoooossssuuuuiiiidddd    Setuid execution not allowed for non-superusers.  This option
  159.                has no effect for the superuser.
  160.  
  161.      nnnnooooddddeeeevvvv     Access to character and block special files is disallowed.
  162.  
  163.      mmmmaaaacccc----ddddeeeeffffaaaauuuulllltttt=_l_a_b_e_l
  164.                On systems with Mandatory Access Control, use the specified
  165.                label for all files on the specified file system that do not
  166.                have a MAC label.
  167.  
  168.      mmmmaaaacccc----iiiipppp=_l_a_b_e_l
  169.                On systems with Mandatory Access Control, use the specified
  170.                label for communications to other systems regarding this file
  171.                system.
  172.  
  173.      A number of filesystem types also support the ddddeeeebbbbuuuugggg option, but the
  174.      meaning varies with the filesystem type.
  175.  
  176.      Options specific only to xxxxffffssss,,,, eeeeffffssss and nnnnffffssss filesystems are:
  177.  
  178.      qqqquuuuoooottttaaaa     Disk quota accounting enabled, and limits enforced.
  179.  
  180.      Options specific to xxxxffffssss filesystems are:
  181.  
  182.      bbbbiiiioooossssiiiizzzzeeee   The biosize (buffered I/O size) option can be used to set the
  183.                default preferred buffered I/O size for filesystem.  The
  184.                default preferred I/O size is 64K.  The biosize option can be
  185.                used to decrease the preferred I/O size.  The size must be
  186.                expressed as the log (base2) of the desired I/O size.  Valid
  187.                values for this option are 14 through 16, inclusive (e.g. 16K,
  188.                32K, and 64K bytes).  On machines with 4K size pages, 13 (8
  189.                Kbytes) is also a valid size.  The preferred buffered I/O size
  190.                can also be altered on a per-file basis using the _f_c_n_t_l system
  191.                call.  See _f_c_n_t_l(2) for further details.
  192.  
  193.  
  194.  
  195.                                                                         PPPPaaaaggggeeee 3333
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  203.  
  204.  
  205.  
  206.      ddddmmmmiiii       Enable the Data Management Interface event callouts.
  207.  
  208.      llllooooggggbbbbuuuuffffssss   Set the number of in memory log buffers.  Valid numbers range
  209.                from 2-8 inclusive.  The default value is 8 buffers for
  210.                filesystems with a blocksize of 64K, 4 buffers for filesystems
  211.                with a blocksize of 32K, 3 buffers for filesystems with a
  212.                blocksize of 16K, and 2 buffers for all other configurations.
  213.                Increasing the number of buffers may increase performance on
  214.                some workloads at the cost of the memory used for the extra log
  215.                buffers and their associated control structures.
  216.  
  217.      nnnnooooaaaalllliiiiggggnnnn   Data allocations will not be aligned at stripe unit boundaries.
  218.  
  219.      nnnnooooaaaattttiiiimmmmeeee   Access timestamps are not updated when a file is read.
  220.  
  221.      nnnnoooorrrreeeeccccoooovvvveeeerrrryyyy
  222.                The filesystem will be mounted without running log recovery.
  223.                If the filesystem was not cleanly unmounted, it is likely to be
  224.                inconsistent when mounted in norecovery mode.  Some files or
  225.                directories may not be accessible because of this.  Filesystems
  226.                mounted norecovery must be mounted read-only or the mount will
  227.                fail.
  228.  
  229.      oooossssyyyynnnncccciiiissssddddssssyyyynnnncccc
  230.                Make writes to files opened with the O_SYNC flag set behave as
  231.                if the O_DSYNC flag had been used instead.  This can result in
  232.                better performance without compromising data safety.  However
  233.                if this option in effect, timestamp updates from O_SYNC writes
  234.                can be lost if the system crashes.
  235.  
  236.      qqqqnnnnooooeeeennnnffffoooorrrrcccceeee
  237.                Disk quota accounting enabled, but limits are not enforced.
  238.  
  239.      ssssuuuunnnniiiitttt=_v_a_l_u_e
  240.                Used to specify the stripe unit for a RAID device or a xlv
  241.                stripe volume.  _v_a_l_u_e has to be specified in 512-byte block
  242.                units.  If this option is not specified and the filesystem was
  243.                made on a stripe volume or the stripe unit was specified for
  244.                the RAID device at mkfs time, then the mount system call will
  245.                restore the value from the superblock. For filesystems that are
  246.                made directly on RAID devices, this option can be used to
  247.                override the information in the superblock if the underlying
  248.                disk layout changes after the filesystem has been mkfsed. If
  249.                the filesystem is made on a xlv volume, then this will be done
  250.                implicitly.
  251.  
  252.      sssswwwwiiiiddddtttthhhh=_v_a_l_u_e
  253.                Used to specify the stripe width for a RAID device or a xlv
  254.                stripe volume.  _v_a_l_u_e has to be specified in 512-byte block
  255.                units.  If this option is not specified, and the filesystem was
  256.                made on a stripe volume or the stripe width was specified for
  257.                the RAID device at mkfs time, then the mount system call will
  258.  
  259.  
  260.  
  261.                                                                         PPPPaaaaggggeeee 4444
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  269.  
  270.  
  271.  
  272.                restore the value from the superblock. For filesystems that are
  273.                made directly on RAID devices, this option can be used to
  274.                override the information in the superblock if the underlying
  275.                disk layout changes after the filesystem has been mkfsed. If
  276.                the filesystem is made on a xlv volume, then this will be done
  277.                implicitly. This option is required if the ----oooo ssssuuuunnnniiiitttt option has
  278.                been specified. Also it has to be a multiple of the sunit
  279.                option.
  280.  
  281.      wwwwssssyyyynnnncccc     All operations that modify the filesystem are synchronous
  282.                except for writes to user files (e.g. create, unlink, mv,
  283.                truncate, etc.).  This option can be used in conjunction with
  284.                exporting a filesystem -wsync to obtain NFS write-synchronous
  285.                semantics, if so desired.  See eeeexxxxppppoooorrrrttttssss((((4444)))) for further
  286.                information.
  287.  
  288.      Options specific to eeeeffffssss filesystems (the default is ffffsssscccckkkk, nnnnooooqqqquuuuoooottttaaaa) are:
  289.  
  290.      rrrraaaawwww=_p_a_t_h  The filesystem's raw device pathname (for example, /_d_e_v/_r_r_o_o_t).
  291.  
  292.      ffffsssscccckkkk      _f_s_c_k(1M) invoked with no filesystem arguments should check this
  293.                filesystem.
  294.  
  295.      nnnnooooffffsssscccckkkk    _f_s_c_k(1M) should not check this filesystem by default.
  296.  
  297.      nnnnooooqqqquuuuoooottttaaaa   Disk quota accounting and limit enforcement disabled.
  298.  
  299.      llllbbbbssssiiiizzzzeeee=_n  The number of bytes transferred in each read or synchronous
  300.                write operation.
  301.  
  302.                The value assigned to the llllbbbbssssiiiizzzzeeee option must be a power of two
  303.                at least as large as the system page size.  This value is
  304.                returned by the _g_e_t_p_a_g_e_s_i_z_e(2) system call and is normally
  305.                either 4096 or 16384 depending on the system type.  The current
  306.                default for llllbbbbssssiiiizzzzeeee is the value in the fs_sectors field of the
  307.                superblock of the filesystem.  This was normally the number of
  308.                "sectors per track" in the past, but that often fictious value
  309.                is no longer used.  If not set on the mkfs command line, the
  310.                maximum value of 128 sectors is used by IRIX 6.4 and later
  311.                releases.  An invalid size will cause the mount to fail with
  312.                the error EINVAL.  The maximum size is currently 65536.  Note
  313.                that less than llllbbbbssssiiiizzzzeeee bytes will be transferred if there are
  314.                not llllbbbbssssiiiizzzzeeee contiguous bytes of the addressed portion of the
  315.                file on disk.
  316.  
  317.      Options specific to ddddoooossss filesystems.
  318.  
  319.      ppppaaaarrrrttttiiiittttiiiioooonnnn
  320.           With a following number, as ppppaaaarrrrttttiiiittttiiiioooonnnn,,,,####, where #### is most often
  321.           either 1 or 4, is used with type 5 (extended) filesystems to specify
  322.           which partition to use.  Otherwise type 5 filesystems are not
  323.           supported.
  324.  
  325.  
  326.  
  327.                                                                         PPPPaaaaggggeeee 5555
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  335.  
  336.  
  337.  
  338.      Options specific to iiiissssoooo9999666666660000 filesystems (the default is rrrrwwww, which has no
  339.      effect since CD-ROM discs are always read-only) are:
  340.  
  341.      sssseeeettttxxxx      Set execute permission on every file on the mounted filesystem.
  342.                The default is to make an intelligent guess based on the first
  343.                few bytes of the file.
  344.  
  345.      nnnnoooottttrrrraaaannnnssssllllaaaatttteeee
  346.                Don't translate ISO 9660 filenames to UNIX filenames.  The
  347.                default is to convert upper case to lower case and to truncate
  348.                the part including and after the semicolon.
  349.  
  350.      ccccaaaacccchhhheeee=_b_l_o_c_k_s
  351.                Set the number of 2048 byte blocks to be used for caching
  352.                directory contents.  The default is to cache 128 blocks.
  353.  
  354.      nnnnooooeeeexxxxtttt     Ignore Rock Ridge extensions.  The default when the nnnnooooeeeexxxxtttt
  355.                option is not specified is to use Rock Ridge extensions if
  356.                present.
  357.  
  358.      ssssuuuusssspppp      Enable processing of System Use Sharing Protocol extensions to
  359.                the ISO 9660 specification.  This is the default.
  360.  
  361.      nnnnoooossssuuuusssspppp    Disable processing of System Use Sharing Protocol extensions.
  362.                This has the same effect as the nnnnooooeeeexxxxtttt option.
  363.  
  364.      rrrrrrrriiiipppp      Enable processing of the Rock Ridge extensions.  This is the
  365.                default.
  366.  
  367.      nnnnoooorrrrrrrriiiipppp    Disable processing of the Rock Ridge extensions.  This is
  368.                equivalent to the nnnnooooeeeexxxxtttt option.
  369.  
  370.      nnnnmmmmccccoooonnnnvvvv====[[[[ccccllllmmmm]]]]
  371.                This option is supplied for MIPS ABI compliance; some non-IRIX
  372.                systems may implement it only for type ccccddddffffssss, IRIX allows it
  373.                with type iiiissssoooo9999666666660000 also.  Only one of the three letters cccc, llll, or
  374.                mmmm can be specified.  This option controls filename translation.
  375.                cccc has the same meaning as nnnnoooottttrrrraaaannnnssssllllaaaatttteeee above.  llll requests
  376.                translation to lower case (the IRIX default), and mmmm suppresses
  377.                the version number (also the IRIX default).
  378.  
  379.      NFS clients can mount iiiissssoooo9999666666660000, ddddoooossss, and hhhhffffssss filesystems remotely by
  380.      specifying _h_o_s_t_n_a_m_e:_m_o_u_n_t_p_o_i_n_t for _f_i_l_e_s_y_s_t_e_m and nnnnffffssss for _t_y_p_e, where an
  381.      iiiissssoooo9999666666660000, ddddoooossss, or hhhhffffssss filesystem is mounted at _m_o_u_n_t_p_o_i_n_t on the host
  382.      _h_o_s_t_n_a_m_e.  In this case, the same _o_p_t_i_o_n_s apply as with nnnnffffssss (see below).
  383.  
  384.      If the NFS option is installed, the following options are valid for nnnnffffssss
  385.      filesystems:
  386.  
  387.      vvvveeeerrrrssss====_n    Use NFS protocol version _n.  (The default is to try version 3,
  388.                falling back to version 2 if the version 3 mount fails.)
  389.  
  390.  
  391.  
  392.  
  393.                                                                         PPPPaaaaggggeeee 6666
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  401.  
  402.  
  403.  
  404.      bbbbgggg        If the first attempt fails, retry in the background.
  405.  
  406.      ffffgggg        Retry in foreground.  (Default)
  407.  
  408.      rrrreeeettttrrrryyyy====_n   Set number of mount failure retries to _n.  (Default = 10000)
  409.  
  410.      rrrrssssiiiizzzzeeee====_n   Set read transfer size to _n bytes.  The default is 8192 for NFS
  411.                version 2, and 16384 or 32768 for NFS version 3. The 16KB
  412.                transfer size is used when the route to the server is known to
  413.                go through a router, or when the Maximum Transmission Unit
  414.                (MTU) of the interface used to get to the server is Ethernet-
  415.                sized (about 1500 bytes) or less.  The system tunable
  416.                nnnnffffssss3333____ddddeeeeffffaaaauuuulllltttt____xxxxffffeeeerrrr can be used to reduce the upper limit of the
  417.                NFS version 3 transfer size if 16KB is still too much for
  418.                routers.  For example, setting it to 8192 gives the same
  419.                default for version 3 as version 2.
  420.  
  421.      wwwwssssiiiizzzzeeee====_n   Set write transfer size to _n bytes.  The default is the same as
  422.                the write size.
  423.  
  424.      ttttiiiimmmmeeeeoooo====_n   Set NFS timeout to _n tenths of a second.  (Default = 11)
  425.  
  426.      rrrreeeettttrrrraaaannnnssss====_n Set number of NFS retransmissions to _n.  (Default = 5)
  427.  
  428.      ppppoooorrrrtttt====_n    Set server UDP port number to _n.  (Default = 2049)
  429.  
  430.      hhhhaaaarrrrdddd      Retry request until server responds.  (Default)
  431.  
  432.      ssssoooofffftttt      Return error if server doesn't respond.
  433.  
  434.      nnnnooooiiiinnnnttttrrrr    Disallow requests to be interrupted by the following signals:
  435.                SIGHUP, SIGINT, SIGQUIT, SIGKILL, SIGTERM, and SIGTSTP.
  436.                (Requests are interruptible by these signals, by default.)
  437.  
  438.      aaaaccccrrrreeeeggggmmmmiiiinnnn=_t
  439.                Set the regular file minimum attribute cache timeout to _t
  440.                seconds.  (Default = 3)
  441.  
  442.      aaaaccccrrrreeeeggggmmmmaaaaxxxx=_t
  443.                Set the regular file maximum attribute cache timeout to _t
  444.                seconds.  (Default = 60)
  445.  
  446.      aaaaccccddddiiiirrrrmmmmiiiinnnn=_t
  447.                Set the directory minimum attribute cache timeout to _t seconds.
  448.                (Default = 30)
  449.  
  450.      aaaaccccddddiiiirrrrmmmmaaaaxxxx=_t
  451.                Set the directory maximum attribute cache timeout to _t seconds.
  452.                (Default = 60)
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.                                                                         PPPPaaaaggggeeee 7777
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  467.  
  468.  
  469.  
  470.      aaaaccccttttiiiimmmmeeeeoooo=_t Set regular and directory minimum and maximum attribute cache
  471.                timeouts to _t seconds.
  472.  
  473.      nnnnooooaaaacccc      No attribute caching.
  474.  
  475.      pppprrrroooottttoooo=_x_y_z Use the IP protocol _x_y_z , where _x_y_z is either _u_d_p or _t_c_p . If
  476.                the specified protocol is not supported by the server, then the
  477.                mount will fail.  The default is _u_d_p .
  478.  
  479.      pppprrrriiiivvvvaaaatttteeee   Do not flush delayed writes on last close of an open file, and
  480.                use local file and record locking instead of a remote lock
  481.                manager.
  482.  
  483.      sssshhhhoooorrrrttttuuuuiiiidddd  Do not let users with userids or groupids larger than 65535
  484.                (see _i_d(1M)) create or own files.  Some versions of UNIX do not
  485.                support large userids; trying to create a file with a large
  486.                userid on such an NFS server can produce undefined and
  487.                surprising results.
  488.  
  489.      ssssyyyymmmmttttttttllll=_t  Set the time-to-live for symbolic links cached by NFS to _t
  490.                seconds.  ssssyyyymmmmttttttttllll====0000 turns off NFS symlink caching.  The maximum
  491.                value for _t is 3600.  (Default = 3600)
  492.  
  493.      aaaassssyyyynnnnccccnnnnllllmmmm  Use asynchronous NLM RPC calls.  The default is to use
  494.                synchronous NLM.  Using this option requires that _l_o_c_k_d(1M) be
  495.                running.
  496.  
  497.      ddddeeeeffffxxxxaaaattttttttrrrr  Use default values for system-defined extended attributes,
  498.                rather than asking the NFS server for their values. This option
  499.                does not work when nnnnooooaaaacccc is also specified.
  500.  
  501.      ddddooooxxxxaaaattttttttrrrr   Tell the NFS server that this client can be trusted to properly
  502.                handle extended attributes. This is necessary only when the
  503.                remote filesystem is exported with the nnnnooooxxxxaaaattttttttrrrr option.
  504.  
  505.      The bbbbgggg option causes _m_o_u_n_t to run in the background if the server's
  506.      _m_o_u_n_t_d(1M) does not respond.  _m_o_u_n_t attempts each request rrrreeeettttrrrryyyy====_n times
  507.      before giving up.
  508.  
  509.      Once the filesystem is mounted, each NFS request waits ttttiiiimmmmeeeeoooo====_n tenths of
  510.      a second for a response.  If no response arrives, the time-out is
  511.      multiplied by 2, up to a maximum of MAXTIMO (900), and the request is
  512.      retransmitted.  When rrrreeeettttrrrraaaannnnssss====_n retransmissions have been sent with no
  513.      reply a ssssoooofffftttt mounted filesystem returns an error on the request and a
  514.      hhhhaaaarrrrdddd mounted filesystem retries the request.  Filesystems that are
  515.      mounted rrrrwwww (read-write) should use the hhhhaaaarrrrdddd option.  The number of bytes
  516.      in a read or write request can be set with the rrrrssssiiiizzzzeeee and wwwwssssiiiizzzzeeee options.
  517.  
  518.      In the absence of client activity that would invalidate recently acquired
  519.      file attributes, NFS holds attributes cached for an interval between
  520.      aaaaccccrrrreeeeggggmmmmiiiinnnn and aaaaccccrrrreeeeggggmmmmaaaaxxxx for regular files, and between aaaaccccddddiiiirrrrmmmmiiiinnnn and
  521.      aaaaccccddddiiiirrrrmmmmaaaaxxxx for directories.  The aaaaccccttttiiiimmmmeeeeoooo option sets all attribute timeout
  522.  
  523.  
  524.  
  525.                                                                         PPPPaaaaggggeeee 8888
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  533.  
  534.  
  535.  
  536.      constraints to a given number of seconds.  The nnnnooooaaaacccc option disables
  537.      attribute caching altogether.
  538.  
  539.      The pppprrrriiiivvvvaaaatttteeee option greatly improves write performance by caching data and
  540.      delaying writes on the assumption that only this client modifies files in
  541.      the remote filesystem.  It should be used only if the greater risk of
  542.      lost delayed-write data in the event of a crash is acceptable given
  543.      better performance.  EFS uses caching strategies similar to private NFS
  544.      The system reduces the risk of data loss for all filesystems by
  545.      automatically executing a partial _s_y_n_c(2) at regular intervals.
  546.  
  547.      If the BDS option is installed, the following options are valid for nnnnffffssss
  548.      filesystems that have BDS service enabled:
  549.  
  550.      bbbbddddssss       Turn on bulk data service for this file system.
  551.  
  552.      bbbbddddssssaaaauuuuttttoooo=_s_i_z_e
  553.                For all read/write requests that are appropriated aligned and
  554.                are sized greater or equal to _s_i_z_e, do BDS I/O instead of NFS
  555.                I/O.
  556.  
  557.      bbbbddddsssswwwwiiiinnnnddddoooowwww=_s_i_z_e
  558.                Set the TCP protocol send and receive windows to _s_i_z_e instead
  559.                of the default of 4Mbytes.
  560.  
  561.      bbbbddddssssbbbbuuuuffffffffeeeerrrr=_s_i_z_e
  562.                Specify the size of data buffers within the server, instead of
  563.                allowing the server to determine the best size.
  564.  
  565.      Options specific to sssswwwwaaaapppp resources are:
  566.  
  567.      pppprrrriiii=_t     Set the priority of the swap device to _t.  The legal values are
  568.                from 0 to 7 inclusive.
  569.  
  570.      sssswwwwpppplllloooo=_t   Set the first 512 byte block to use to _t (default is 0).
  571.  
  572.      lllleeeennnnggggtttthhhh=_t  Set the number of 512 byte blocks to use to _t (default is
  573.                entire file/partition).
  574.  
  575.      mmmmaaaaxxxxlllleeeennnnggggtttthhhh=_t
  576.                Set the maximum number of 512 byte blocks to grow the swap area
  577.                to _t (default is to use lllleeeennnnggggtttthhhh).
  578.  
  579.      vvvvlllleeeennnnggggtttthhhh=_t Set the number of virtual 512 byte blocks to claim this swap
  580.                file has to _t (default is to use lllleeeennnnggggtttthhhh).
  581.  
  582.      All other options except for _n_o_a_u_t_o are ignored for _ssss_wwww_aaaa_pppp files.
  583.  
  584.      If the CacheFS option is installed, the following options are valid for
  585.      ccccaaaacccchhhheeeeffffssss filesystems:
  586.  
  587.  
  588.  
  589.  
  590.  
  591.                                                                         PPPPaaaaggggeeee 9999
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  599.  
  600.  
  601.  
  602.      bbbbaaaacccckkkkffffssssttttyyyyppppeeee=_f_i_l_e__s_y_s_t_e_m__t_y_p_e
  603.                The filesystem type of the back filesystem (for example, nnnnffffssss).
  604.                Any of the following filesystem types may be used as the back
  605.                filesystem:  _n_f_s, _n_f_s_3, _i_s_o_9_6_6_0, _d_o_s, _c_d_f_s, _k_f_s, or _h_f_s.  If
  606.                this option is not specified, the back filesystem type is
  607.                determined from the filesystem name.  Filesystem names of the
  608.                form _h_o_s_t_n_a_m_e:_p_a_t_h will be assumed to be type _n_f_s.
  609.  
  610.      bbbbaaaacccckkkkppppaaaatttthhhh=_p_a_t_h
  611.                Specifies where the back filesystem is already mounted.  If
  612.                this argument is not supplied, CacheFS determines a mount point
  613.                for the back filesystem.
  614.  
  615.      ccccaaaacccchhhheeeeddddiiiirrrr=_d_i_r_e_c_t_o_r_y
  616.                The name of the cache directory.
  617.  
  618.      ccccaaaacccchhhheeeeiiiidddd=_I_D
  619.                _I_D is a string specifying a particular instance of a cache.  If
  620.                you do not specify a cache ID, CacheFS will construct one.
  621.  
  622.      wwwwrrrriiiitttteeee----aaaarrrroooouuuunnnndddd | nnnnoooonnnn----sssshhhhaaaarrrreeeedddd
  623.                Write modes for CacheFS.  In the wwwwrrrriiiitttteeee----aaaarrrroooouuuunnnndddd mode, writes are
  624.                made to the back filesystem, and the affected file is purged
  625.                from the cache.  Also in this mode, file and record locking is
  626.                performed through the back filesystem.  You can use the nnnnoooonnnn----
  627.                sssshhhhaaaarrrreeeedddd mode (the default) when you are sure that no one else
  628.                will be writing to the cached filesystem.  In this mode, all
  629.                writes are made to both the front and the back filesystem, and
  630.                the file remains in the cache.
  631.  
  632.      nnnnooooccccoooonnnnsssstttt   By default, consistency checking is performed.  Disable
  633.                consistency checking by specifying nnnnooooccccoooonnnnsssstttt only if you mount
  634.                the filesystem read-only.
  635.  
  636.      pppprrrriiiivvvvaaaatttteeee   Causes file and record locking to be performed locally.  In
  637.                addition, files remain cached when file and record locking is
  638.                performed.  By default, files are not cached when file and
  639.                record locking is performed and all file and record locking is
  640.                handled by the back filesystem.
  641.  
  642.      llllooooccccaaaallll----aaaacccccccceeeessssssss
  643.                Causes the front filesystem to interpret the mode bits used for
  644.                access checking instead or having the back filesystem verify
  645.                access permissions.
  646.  
  647.      ssssuuuuiiiidddd | nnnnoooossssuuuuiiiidddd
  648.                Allow (default) or disallow set-uid execution.
  649.  
  650.      aaaaccccrrrreeeeggggmmmmiiiinnnn=_n
  651.                Specifies that cached attributes are held for at least _n
  652.                seconds after file modification.  After _n seconds, CacheFS
  653.                checks to see if the file modification time on the back
  654.  
  655.  
  656.  
  657.                                                                        PPPPaaaaggggeeee 11110000
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  665.  
  666.  
  667.  
  668.                filesystem has changed.  If it has, all information about the
  669.                file is purged from the cache and new data is retrieved from
  670.                the back filesystem.  The default value is 30 seconds.
  671.  
  672.      aaaaccccrrrreeeeggggmmmmaaaaxxxx=_n
  673.                Specifies that cached attributes are held for no more than _n
  674.                seconds after file modification.  After _n seconds, all file
  675.                information is purged from the cache.  The default value is 30
  676.                seconds.
  677.  
  678.      aaaaccccddddiiiirrrrmmmmiiiinnnn=_n
  679.                Specifies that cached attributes are held for at least _n
  680.                seconds after directory update.  After _n seconds, CacheFS
  681.                checks to see if the directory modification time on the back
  682.                filesystem has changed.  If it has, all information about the
  683.                directory is purged from the cache and new data is retrieved
  684.                from the back filesystem.  The default value is 30 seconds.
  685.  
  686.      aaaaccccddddiiiirrrrmmmmaaaaxxxx=_n
  687.                Specifies that cached attributes are held for no more than _n
  688.                seconds after directory update.  After _n seconds, all directory
  689.                information is purged from the cache.  The default value is 30
  690.                seconds.
  691.  
  692.      aaaaccccttttiiiimmmmeeeeoooo=_n Sets aaaaccccrrrreeeeggggmmmmiiiinnnn, aaaaccccrrrreeeeggggmmmmaaaaxxxx, aaaaccccddddiiiirrrrmmmmiiiinnnn, and aaaaccccddddiiiirrrrmmmmaaaaxxxx to _n.
  693.  
  694.      bbbbgggg        This option causes _m_o_u_n_t to run in the background if the back
  695.                filesystem mount times out.
  696.  
  697.      ddddiiiissssccccoooonnnnnnnneeeecccctttt
  698.                Causes the cache filesystem to operate in disconnected mode
  699.                when the back filesystem fails to respond.  This causes read
  700.                accesses to files already cached to be fulfilled from the front
  701.                filesystem even when the back filesystem does not respond.
  702.  
  703. NNNNOOOOTTTTEEEESSSS
  704.      The filesystem types nnnnffffssss2222, nnnnffffssss3333, and nnnnffffssss3333pppprrrreeeeffff are accepted for
  705.      compatibility with earlier releases.  nnnnffffssss2222 is equivalent to vvvveeeerrrrssss====2222. nnnnffffssss3333
  706.      is equivalent to vvvveeeerrrrssss====3333.  nnnnffffssss3333pppprrrreeeeffff is equivalent to nnnnffffssss with no vvvveeeerrrrssss====
  707.      option.
  708.  
  709.      Options used by the _m_o_u_n_t(1M) command on normal filesystems are ignored
  710.      when applied to the root filesystem, since the _f_s_t_a_b file cannot be read
  711.      before mounting the root filesystem.  These options include rrrrwwww and rrrroooo
  712.      (the root filesystem cannot be mounted read-only), ggggrrrrppppiiiidddd, qqqquuuuoooottttaaaa and
  713.      qqqqnnnnooooeeeennnnffffoooorrrrcccceeee (see _q_u_o_t_a_o_n(1M), ddddmmmmiiii, wwwwssssyyyynnnncccc, nnnnooooaaaattttiiiimmmmeeee, nnnnooooaaaalllliiiiggggnnnn, ssssuuuunnnniiiitttt, sssswwwwiiiiddddtttthhhh,
  714.      nnnnooooqqqquuuuoooottttaaaa, and llllbbbbssssiiiizzzzeeee....
  715.  
  716. FFFFIIIILLLLEEEESSSS
  717.      /etc/fstab
  718.  
  719.  
  720.  
  721.  
  722.  
  723.                                                                        PPPPaaaaggggeeee 11111111
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  731.  
  732.  
  733.  
  734. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  735.      cfsadmin(1M), fsck(1M), fsck_cachefs(1M), mount(1M), quotacheck(1M),
  736.      quotaon(1M), swap(1M), getmntent(3), efs(4), exports(4), fd(4),
  737.      filesystems(4), mtab(4), proc(4), xfs(4).
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.                                                                        PPPPaaaaggggeeee 11112222
  790.  
  791.  
  792.  
  793.